|
Bold for Delphi is an advanced Object Relational Mapper (ORM) and application framework written in Delphi. It is designed to significantly increase developer's productivity providing them with the following facilities: * Object-relational mapping for persisting domain objects * UML modeling of domain classes * Object Constraint Language (OCL) as means of making queries (in-memory or to DB) * In-memory transactions and Undo/Redo functionality * A powerful mechanism to subscribe to calculated values by derived attributes. ==The use== When an application use Bold a model is created with attributes, links and methods. An interface is then generated to the model that the application can use. As the application evolve there come a need to change the model. Then changes to the inteface is generated and a DB-script with SQL of changes to the database. Existing data in database and methods in code is preserved. The programmer can make advanced use of database without touch SQL in code. A good tutorial is found here 〔http://www.viewpointsa.com/bold_resources/getting_started_with_bold/〕 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Bold for Delphi」の詳細全文を読む スポンサード リンク
|